Skip to main content

All Questions

1vote
0answers
150views

Question on stack overflow

I am preparing for an exam in Computer Security and doing a past-exam without soluions, so I wanted to check if my reasoning holds on a question about stack overflow. Below is the C code in question. ...
Unknown's user avatar
2votes
2answers
368views

Can one prevent stack overflow by storing strings in memory backwards?

Normal use: ------(buffer)------ --(ret)--- DDDDDDDDEEEEEEEEEEEE EEEE FFFF 89ABCDEF0123456789AB CDEF 0123 this is a string\0 bff5 a400 Stack overflowed: ------(buffer)------ --(...
Tony's user avatar
  • 141

close